CommandName{drawEllipse}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int left, int top, int right, int bottom}CloseBrace{}Description{Draws an ellipse in a canvas gadget using the current drawing colours.}ReturnDescription{}Param1{gadget}Param1Desc{Handle for a canvas gadget}Param2{left}Param2Desc{X co-ordinate of the leftmost point of the ellipse}Param3{top}Param3Desc{Y co-ordinate of the topmost part of the ellipse}Param4{right}Param4Desc{X co-ordinate of rightmost point in the ellipse}Param5{bottom}Param5Desc{Y co-ordinate of bottom-most point on the ellipse}